projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
039f4cd
)
(sun-yank-selection): Use insert instead of insert-string.
author
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:18:14 +0000
(16:18 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Mon, 26 Nov 2001 16:18:14 +0000
(16:18 +0000)
lisp/term/sun-mouse.el
patch
|
blob
|
history
diff --git
a/lisp/term/sun-mouse.el
b/lisp/term/sun-mouse.el
index c5b70b2485367e7e866138bce0ad17d48a396e0e..91c63fdb066e694020e2bdb18c065b74eca2931a 100644
(file)
--- a/
lisp/term/sun-mouse.el
+++ b/
lisp/term/sun-mouse.el
@@
-647,7
+647,7
@@
CODE values: 13 = Tool-Position, 14 = Size-in-Pixels, 18 = Size-in-Chars."
Insert contents into the current buffer at point."
(interactive "*")
(set-mark-command nil)
- (insert
-string
(sun-get-selection)))
+ (insert (sun-get-selection)))
(defun sun-select-region (beg end)
"Set the sunwindows selection to the region in the current buffer."